home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / NewsFlash - Issue 11 (1990-05)(UGA - NewsFlash UK)(Disk 2 of 2)[a][bootable].zip / NewsFlash - Issue 11 (1990-05)(UGA - NewsFlash UK)(Disk 2 of 2)[a][bootable].adf / s / startup-sequence < prev   
Text File  |  1996-12-24  |  913b  |  23 lines

  1.                        ; SUPPORT DISK -4- STARTUP SEQUENCE  Martyn/N.U.K.
  2.                        
  3. vhunt                  ; Check for Virii
  4.  
  5. off                    ; Make everything go Black!
  6. ff siesta.font
  7.                        
  8. fb                     ; Removes the border line and opens a full screen                   
  9.                        ; The following turns the CLI colours off - neat!
  10. echo "›0 p"
  11.                        ; That echo has special codes and unfortunatly will
  12.                        ; not be shown by the text viewer so you will have
  13.                        ; to look at the startup-sequence in an editor more
  14.                        ; closely..
  15.                        
  16.                        ; Now the main bits.... 
  17. set devs/system-configuration
  18.  
  19. TYPE message           ; Displays the text file called MESSAGE
  20.  
  21. powermenu              ; Enable the fine menu-system created by Nico Francois.
  22.  
  23.